projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d83de
)
; * doc/misc/cl.texi (Function Bindings): Fix reference.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 4 Apr 2024 13:24:15 +0000
(15:24 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 4 Apr 2024 13:24:15 +0000
(15:24 +0200)
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index 65a29d955bc0c41dd16844617731a87da1a14f3e..a4a34ae07d64b2740c2a838e4ced141d57290958 100644
(file)
--- a/
doc/misc/cl.texi
+++ b/
doc/misc/cl.texi
@@
-1426,7
+1426,7
@@
the function bindings can be recursive. The scoping is lexical,
but you can only capture functions in closures if
@code{lexical-binding} is @code{t}.
@xref{Closures,,,elisp,GNU Emacs Lisp Reference Manual}, and
-@ref{
Using Lexical Binding
,,,elisp,GNU Emacs Lisp Reference Manual}.
+@ref{
Selecting Lisp Dialect
,,,elisp,GNU Emacs Lisp Reference Manual}.
Lexical scoping means that all references to the named
functions must appear physically within the body of the